DELETE
/
api
/
v3
/
sites
/
{site_uuid}
/
chargers
/
{charger}
curl --request DELETE \
  --url https://cloud.volttime.com/api/v3/sites/{site_uuid}/chargers/{charger} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required
charger
string
required

The charger.

Response

204

Charger removed from site successfully